(isearchb-follow-char): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Mar 2007 09:44:35 +0000 (09:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Mar 2007 09:44:35 +0000 (09:44 +0000)
lisp/isearchb.el

index 72a06fa687be569104c3b44016f92d480bac7b47..3d8af0663955d2e6884cfb2cded5132345051671 100644 (file)
@@ -165,7 +165,7 @@ Its purpose is to pass different call arguments to
        (define-key global-map (vector (list modifier i)) 'isearchb))))
 
 (defun isearchb-follow-char ()
-  "Function added to post-command-hook to handle the isearchb \"mode\"."
+  "Function added to `post-command-hook' to handle the isearchb \"mode\"."
   (let (keys)
     (if (not (and (memq last-command '(isearchb isearchb-activate))
                  (setq keys (this-command-keys))